home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 August / EnterCD 08_2004.iso / Gry / Once Twice Thrice 3.0 / OTTsetup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-06-17  |  2.4 KB  |  45 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=Once Twice Thrice
  4. AppVerName=Once Twice Thrice 3.0
  5. AppId=Once Twice Thrice
  6. AppPublisher=Quest Engine Incorporated
  7. AppPublisherURL=http://www.questengine.com
  8. AppSupportURL=http://www.questengine.com
  9. AppUpdatesURL=http://www.questengine.com
  10. DefaultDirName={pf}\Once Twice Thrice
  11. DefaultGroupName=Once Twice Thrice
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. AllowNoIcons=yes
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\OTT.exe"; DestDir: "{app}"; 
  21. Source: "{app}\gamestats.txt"; DestDir: "{app}"; 
  22. Source: "{app}\data.PAK"; DestDir: "{app}"; 
  23. Source: "{app}\ott_readme.txt"; DestDir: "{app}"; 
  24. [INI]
  25. FileName: "{app}\QEWeb.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.questengine.com"; 
  26. FileName: "{app}\Hints.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.questengine.com/support.php"; 
  27. FileName: "{app}\OrderForm.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.questengine.com/buy.php"; 
  28. FileName: "{app}\Support.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.questengine.com/support.php"; 
  29. [Run]
  30. Filename: "{app}\ott_readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  31. Filename: "{app}\OTT.exe"; Description: "Launch Once Twice Thrice"; Flags: postinstall skipifsilent nowait
  32. [Icons]
  33. Name: "{group}\Once Twice Thrice"; Filename: "{app}\OTT.exe"; WorkingDir: "{app}"; 
  34. Name: "{group}\Quest Engine Incorporated"; Filename: "{app}\QEWeb.url"; 
  35. Name: "{group}\Once Twice Thrice Hints"; Filename: "{app}\Hints.url"; 
  36. Name: "{group}\Online Order Form"; Filename: "{app}\OrderForm.url"; 
  37. Name: "{group}\Tech Support"; Filename: "{app}\Support.url"; 
  38. Name: "{userdesktop}\Once Twice Thrice"; Filename: "{app}\OTT.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  39. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Once Twice Thrice"; Filename: "{app}\OTT.exe"; WorkingDir: "{app}"; Tasks: quicklaunchicon; 
  40. [Tasks]
  41. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  42. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  43. [UninstallDelete]
  44. Type: files; Name: "{app}\OTT.url"; 
  45.